Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
Constants


Device Types

The deviceType field of a device data structure (of type TQADevice) specifies a device type. You use these constants to assign a value to that field.

typedef enum TQADeviceType {
   kQADeviceMemory            = 0,
   kQADeviceGDevice           = 1,
   kQADeviceWin32DC           = 2,
   kQADeviceDDSurface         = 3
} TQADeviceType;
Constant descriptions

kQADeviceMemory
A memory device.
kQADeviceGDevice
A graphics device (of type GDevice).
kQADeviceWin32DC
A Windows 32 device.
kQADeviceDDSurface
A Windows direct draw surface.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996